type net/http.unencryptedHTTP2Request
4 uses
net/http (current package)
server.go#L2121: type unencryptedHTTP2Request struct {
server.go#L2127: func (h unencryptedHTTP2Request) BaseContext() context.Context { return h.ctx }
server.go#L2129: func (h unencryptedHTTP2Request) ServeHTTP(rw ResponseWriter, req *Request) {
server.go#L2176: h := unencryptedHTTP2Request{ctx, c.rwc, serverHandler{c.server}}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |